home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / home / amort / cghelp.bat < prev    next >
DOS Batch File  |  1989-08-14  |  5KB  |  152 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO                            Thank you for ordering from
  6. ECHO  
  7. ECHO  
  8. ECHO                               COMPUTER GRAPHICS
  9. ECHO                            7957 North 76th Street
  10. ECHO                           Muilwaukee, Wisconsin 53223
  11. ECHO                                  (414) 354-8363
  12. ECHO  
  13. ECHO                          . . . . TECHNICAL SUPPORT . . . .
  14. ECHO  
  15. ECHO If you have any questions or problems with the programs on this disk, please
  16. ECHO call our technical support staff for assistance. Before calling, be sure you
  17. ECHO have read the documentation for instructions on the use of your programs. If
  18. ECHO you need help, we will try to answer your questions to the best of our ability.
  19. ECHO It is advisable that you be at your computer when you make your call.
  20. ECHO  
  21. ECHO                     Feel free to CALL us for technical support.
  22. ECHO  
  23. ECHO                   Please DO NOT WRITE to us for technical support.
  24. ECHO  
  25. ECHO In the past we have had to answer hundreds of letters every week. We simply
  26. ECHO cannot keep up with the volume. In addition, we can provide better assistance
  27. ECHO by telephone than by mail.
  28. ECHO  
  29. PAUSE
  30. CLS
  31. ECHO  
  32. ECHO  
  33. ECHO                                  LIMITED WARRANTY
  34. ECHO  
  35. ECHO   This disk is warranted to be readable. COMPUTER GRAPHICS hereby
  36. ECHO   disclaims all other express or implied warranties for this software,
  37. ECHO   including the warranties of merchantability and fitness for a particular
  38. ECHO   purpose. In no event will COMPUTER GRAPHICS be liable for any damages,
  39. ECHO   including any lost profits, lost savings or other incidental or conse-
  40. ECHO   quential damages arising out of the use or inability to use this software.
  41. ECHO   If this disk proves to be unreadable, please return it for an immediate
  42. ECHO   replacement.
  43. ECHO  
  44. ECHO  
  45. PAUSE
  46. CLS
  47. ECHO  
  48. ECHO  
  49. ECHO  
  50. ECHO                                  --- IMPORTANT ---
  51. ECHO  
  52. ECHO  
  53. ECHO  Before attempting to run any of the programs on this disk, make a backup 
  54. ECHO  copy of the disk. Insert this disk in drive A: and a blank, formatted disk 
  55. ECHO  in drive B: Then enter:  
  56. ECHO  
  57. ECHO                                    COPY A:*.* B:/V 
  58. ECHO  
  59. ECHO  
  60. ECHO Use this command even if you have only one floppy disk drive. When you are
  61. ECHO prompted by DOS to insert the target disk, remove the CG (source) disk from
  62. ECHO drive A: and insert a blank diskette. (See your DOS manual for details).
  63. ECHO  
  64. ECHO  
  65. PAUSE
  66. CLS
  67. DIR /W
  68. ECHO  
  69. ECHO Instructions for running the programs on this disk are in a documentation file
  70. ECHO named README.BAT, and are also presented on-line when you run the programs. To 
  71. ECHO read the file named README.BAT, simply enter README at the DOS prompt and then
  72. ECHO press the ENTER key.
  73. ECHO  
  74. ECHO  
  75. ECHO  
  76. PAUSE
  77. CLS
  78. ECHO  
  79. IF EXIST \OTHER\*.* GOTO SUBDIR
  80. GOTO IFARC
  81. :IFARC
  82. IF EXIST *.ARC GOTO ARC
  83. IF EXIST \OTHER\*.ARC GOTO ARC
  84. GOTO CONT
  85. :CONT
  86. ECHO                  . . . PLEASE SUPPORT PROGRAM AUTHORS . . .
  87. ECHO  
  88. ECHO  
  89. ECHO COMPUTER GRAPHICS is dedicated to bringing you the best public domain
  90. ECHO and Shareware programs available. A great deal of time and effort goes into
  91. ECHO the acquisition, selection and testing of programs. Our goal is to offer you
  92. ECHO the best and newest programs in each category.
  93. ECHO  
  94. ECHO The fee we charge for distributing the programs in the CG Library covers the
  95. ECHO cost of our efforts. The program authors do not receive any part of that fee.
  96. ECHO  
  97. ECHO SHAREWARE is software which is provided to you to "try before you buy." It is
  98. ECHO not free software. Shareware authors request registration fees from those who
  99. ECHO try their programs and decide they will continue to use the programs. Because 
  100. ECHO shareware authors do not have to pay the high cost of advertising, the fees
  101. ECHO they charge for registration are modest compared to the prices you would pay
  102. ECHO for comparable programs marketed commercially. Shareware is a real bargain.
  103. ECHO  
  104. ECHO Shareware authors deserve to be compensated for the hard work they put into
  105. ECHO the programs you benefit from. In many cases your registration fee provides you
  106. ECHO with extras like printed manuals, telephone support, update service, etc. In
  107. ECHO addition, only your support can maintain the Shareware concept as a viable
  108. ECHO alternative to paying high prices for commercial software.
  109. ECHO  
  110. PAUSE
  111. CLS
  112. ECHO  
  113. ECHO  
  114. GOTO END
  115. :SUBDIR
  116. ECHO  
  117. ECHO  
  118. ECHO                     . . . FINDING ALL OF YOUR PROGRAMS . . .
  119. ECHO  
  120. ECHO  
  121. ECHO This disk has files in a subdirectory named OTHER. You can access these files
  122. ECHO by entering:
  123. ECHO  
  124. ECHO                                OTHER [press ENTER]
  125. ECHO  
  126. ECHO  
  127. PAUSE
  128. CLS
  129. GOTO IFARC
  130. :ARC
  131. ECHO  
  132. ECHO  
  133. ECHO                      . . . ACCESSING COMPRESSED FILES . . .
  134. ECHO  
  135. ECHO  
  136. ECHO This disk contains a file with an .ARC extension which has been compressed
  137. ECHO in order to include more programs on the disk.
  138. ECHO  
  139. ECHO To decompress this file onto a floppy disk, insert a blank, formatted disk
  140. ECHO in drive B: and type FLOPPY [press ENTER].
  141. ECHO  
  142. ECHO To decompress this file onto a hard disk, type HARD [press ENTER]. This will
  143. ECHO create a subdirectory with the same name as the .ARC file on drive C: and de-
  144. ECHO compress the files into that subdirectory.
  145. ECHO  
  146. ECHO  
  147. PAUSE
  148. CLS
  149. GOTO CONT
  150. :END
  151. 
  152.